hvmloader: Tiny comment clarification.
authorKeir Fraser <keir@xensource.com>
Thu, 19 Apr 2007 17:13:09 +0000 (18:13 +0100)
committerKeir Fraser <keir@xensource.com>
Thu, 19 Apr 2007 17:13:09 +0000 (18:13 +0100)
tools/firmware/hvmloader/hvmloader.c

index beabd06248897f82bff67819517a6306ea8d9c1a..a651327d87741a0cb3e05b53d584337273f9a11f 100644 (file)
@@ -334,7 +334,7 @@ static void cmos_write_memory_size(void)
         alt_mem = (alt_mem > 0x1000000) ? (alt_mem - 0x1000000) >> 16 : 0;
     }
 
-    /* All BIOSes: conventional memory (640kB). */
+    /* All BIOSes: conventional memory (CMOS *always* reports 640kB). */
     cmos_outb(0x15, (uint8_t)(base_mem >> 0));
     cmos_outb(0x16, (uint8_t)(base_mem >> 8));